Fox's Git Mirrors
Commit fbdc47cd7a44d2fe0f034fb5146dcd0f41ca8874
Parents : 492f812
Author : Mark Qvist <mark@adepta.io>
Date : 2018-03-28T22:17:53+02:00
Changed default preamble
Changes
28 files changed, 2 insertions(+), 2 deletions(-)
M LICENSE
M Makefile
M config.h
M device.h
M main.c
Diff
diff --git a/.gitignore b/.gitignore
old mode 100644
new mode 100755
diff --git a/LICENSE b/LICENSE
old mode 100644
new mode 100755
diff --git a/Makefile b/Makefile
old mode 100644
new mode 100755
diff --git a/README.md b/README.md
old mode 100644
new mode 100755
diff --git a/config.h b/config.h
old mode 100644
new mode 100755
diff --git a/device.h b/device.h
old mode 100644
new mode 100755
diff --git a/hardware/AFSK.c b/hardware/AFSK.c
old mode 100644
new mode 100755
index 05f89e7..5ebac93
--- a/hardware/AFSK.c
+++ b/hardware/AFSK.c
@@ -440,7 +440,7 @@ void AFSK_adc_isr(Afsk *afsk, int8_t currentSample) {
afsk->actualBits <<= 1;
// We determine the actual bit value by reading
- // the last 3 sampled bits. If there is three or
+ // the last 3 sampled bits. If there is two or
// more 1's, we will assume that the transmitter
// sent us a one, otherwise we assume a zero
uint8_t bits = afsk->sampledBits & 0x07;
diff --git a/hardware/AFSK.h b/hardware/AFSK.h
old mode 100644
new mode 100755
index cd2fc92..7a385aa
--- a/hardware/AFSK.h
+++ b/hardware/AFSK.h
@@ -42,7 +42,7 @@ inline static uint8_t sinSample(uint16_t i) {
#define CONFIG_AFSK_RX_BUFLEN 64
#define CONFIG_AFSK_TX_BUFLEN 64
#define CONFIG_AFSK_RXTIMEOUT 0
-#define CONFIG_AFSK_PREAMBLE_LEN 150UL
+#define CONFIG_AFSK_PREAMBLE_LEN 200UL
#define CONFIG_AFSK_TRAILER_LEN 50UL
#define BIT_STUFF_LEN 5
diff --git a/hardware/Serial.c b/hardware/Serial.c
old mode 100644
new mode 100755
diff --git a/hardware/Serial.h b/hardware/Serial.h
old mode 100644
new mode 100755
diff --git a/images/.keepdir b/images/.keepdir
old mode 100644
new mode 100755
diff --git a/main.c b/main.c
old mode 100644
new mode 100755
diff --git a/precompiled/microaprs-3v-kiss-latest.hex b/precompiled/microaprs-3v-kiss-latest.hex
old mode 100644
new mode 100755
diff --git a/precompiled/microaprs-3v-ss-latest.hex b/precompiled/microaprs-3v-ss-latest.hex
old mode 100644
new mode 100755
diff --git a/precompiled/microaprs-5v-kiss-latest.hex b/precompiled/microaprs-5v-kiss-latest.hex
old mode 100644
new mode 100755
diff --git a/precompiled/microaprs-5v-ss-latest.hex b/precompiled/microaprs-5v-ss-latest.hex
old mode 100644
new mode 100755
diff --git a/protocol/AX25.c b/protocol/AX25.c
old mode 100644
new mode 100755
diff --git a/protocol/AX25.h b/protocol/AX25.h
old mode 100644
new mode 100755
diff --git a/protocol/HDLC.h b/protocol/HDLC.h
old mode 100644
new mode 100755
diff --git a/protocol/KISS.c b/protocol/KISS.c
old mode 100644
new mode 100755
diff --git a/protocol/KISS.h b/protocol/KISS.h
old mode 100644
new mode 100755
diff --git a/protocol/SimpleSerial.c b/protocol/SimpleSerial.c
old mode 100644
new mode 100755
diff --git a/protocol/SimpleSerial.h b/protocol/SimpleSerial.h
old mode 100644
new mode 100755
diff --git a/util/CRC-CCIT.c b/util/CRC-CCIT.c
old mode 100644
new mode 100755
diff --git a/util/CRC-CCIT.h b/util/CRC-CCIT.h
old mode 100644
new mode 100755
diff --git a/util/FIFO.h b/util/FIFO.h
old mode 100644
new mode 100755
diff --git a/util/constants.h b/util/constants.h
old mode 100644
new mode 100755
diff --git a/util/time.h b/util/time.h
old mode 100644
new mode 100755
Served by rngit 1.4.1 - Generated in 0.17s